home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / uni_cycl.swf / scripts / DefineButton2_207 / BUTTONCONDACTION on(press).as
Text File  |  2010-03-13  |  302b  |  14 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.star.pl = 1;
  4.    _root.lev = 6;
  5.    _root.dog.gotoAndStop(1);
  6.    _root.dog.go = false;
  7.    _root.dog.thik = 0;
  8.    _root.wheel.chal = 1;
  9.    _root.dog._x = _root.st._x;
  10.    _root.dog._y = _root.st._y;
  11.    _root.butt._visible = false;
  12.    gotoAndStop(43);
  13. }
  14.